home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FDR
/
FDR.iso
/
FDR for Power Mac
/
FDR for Power Mac.DXR
/
00003_checkVideoOnly.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-22
|
281 b
|
16 lines
on exitFrame
set err to "OK"
case the machineType of
256:
if the videoForWindowsPresent = 0 then
set err to "VFW"
end if
otherwise:
if the quickTimePresent = 0 then
set err to "QT"
end if
end case
go(err)
movieInits(1)
end